body, html {
  overflow-y: scroll;
  height: 100%;
  max-width: 1500px;
}

body {
  height: 100%;
 
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  background-color: #cccccc;
}


p {
	text-align: center;
	font-size: 20px;
}

H1 {
	font-size: 24px;
	color: #1D1C2C;
}

H4 {
	text-align: center;
}

.main {
	width: 100%;
}

Img {
	width: 100%;
}
